home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 9457 / 9457.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-02-13  |  2KB  |  33 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.     <Description about="urn:mozilla:install-manifest">
  7.         <em:id>{28197867-b1ef-4140-8e3b-55c45b9c8460}</em:id>
  8.         <em:name>Integrated Gmail</em:name>
  9.         <em:version>2.5.5</em:version>
  10.         <em:description>Allows you to make the Inbox Collapsible and loads your choice of Google Calendar, Reader, Notebook, Groups etc... seamlessly into the gmail interface below the inbox (rather than the sidebar) using a collapsible box. Works w/Google Apps Accounts.</em:description>
  11.         <em:creator>Michael A. Balazs</em:creator>
  12.         <em:contributor>Greasemonkey Compiler by Anthony Lieuallen;</em:contributor>
  13.         <em:contributor>http://arantius.com/</em:contributor>
  14.         <em:contributor>Better Gmail 2 - Where I got the code for the options dialog box and ideas for new features.</em:contributor>
  15.         <em:contributor>Alex Chun - Feedback and Testing</em:contributor>
  16.         <em:contributor>Peter Wooley - Dynamic Favicons with Unread Counts</em:contributor>
  17.         <em:contributor>yooskeh - Google Calendar Header and Navigation Switcher</em:contributor>
  18.         <em:contributor>Leszek(teo)Zyczkowski - XUL improvements</em:contributor>
  19.         <em:optionsURL>chrome://integratedgmail/content/options/options.xul</em:optionsURL>
  20.         <em:iconURL>chrome://integratedgmail/skin/icon.png</em:iconURL>
  21.         <em:homepageURL>http://www.integratedgmail.com</em:homepageURL>
  22.  
  23.         <!--  Firofox  -->
  24.         <em:targetApplication>
  25.             <Description>
  26.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  27.                 <em:minVersion>3.0</em:minVersion>
  28.                 <em:maxVersion>3.6.*</em:maxVersion>
  29.             </Description>
  30.         </em:targetApplication>
  31.  
  32.     </Description>
  33. </RDF>